← Back to issue list

Trouble allocating fonts in a Tcl/Tk (Python 3.5) based snap

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1709060
Type
issue
State
open
Author
~kushalchauhan98
Labels
python python3 tcl tkinter
Created
2017-08-07 11:07:02.443385+00:00
Updated
2019-10-08 18:27:10.050218+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

snapcraft version - 2.33 snap - https://github.com/kushalchauhan98/minimal-snip I am trying to snap a single python3 script. The code goes something like this: http://paste.ubuntu.com/25262415/ The python script (.py file) runs just fine when executed normally. But when I prime the snap and try it, I get this error on run: http://paste.ubuntu.com/25262438/ The font I am using in my app is the default one offered by tkinter. I haven't chosen any font explicitly to be used in my program. Initially, I was getting a error which I solved by referring to this question on AskUbuntu (https://askubuntu.com/questions/815511/setting-a-tcl-tk-library-path-inside-a-snap-package). But now, I am getting this error, which seems to be a snapcraft bug.

Evaluation history

No evaluation history available.